home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
libwmf0.2-7.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-24
|
292 b
|
15 lines
#!/bin/sh
set -e
# Automatically added by dh_installdefoma
case "$1" in
upgrade)
test -x /usr/bin/defoma-app && \
/usr/bin/defoma-app clean libwmf0.2-7
;;
remove)
test -x /usr/bin/defoma-app && \
/usr/bin/defoma-app purge libwmf0.2-7
;;
esac
# End automatically added section